<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
 @charset "utf-8";
.dipB{
    display: block;
}
.dipB
.fontColor{
    color: #e7b81b;
    font-size: 28px;
}
.dipB .model{
    font-size: 14px;
}
.headMax{
    display: flex;   
    
}
.headImg{
    margin-right: 15px;
}
.nav_list{
    background: #e7b81b;
    /* height: 50px; */
    line-height: 45px;
}
.topnav{
   padding-top: 10px;
}
/* .Hnav .nav_list .active{
    margin-top: -13px;
} */
header .Hnav{background-color: #fff;height: auto !important;}
.wrapperNew{
    width: 800px;
    margin: 0 auto; padding: 1px 0; box-sizing: border-box; 
    color:#fff
}
.wrapperNew .active{
    border-bottom:2px solid white
}
.wrapperNew li a{
     border-bottom:2px solid #e7b81b;
}
.wrapperNew li a:hover{
    
    color:white
}


.header2{
       
       
        position: fixed;
        top: 0px;
       
        width: 100%;
      
        z-index: 100;
        
        background-color: rgba(255, 255, 255, 1);
}
.widthmin{
    display: contents;
}
.widthmax{
    display: contents;
}

/* 璇█鍒囨崲 */

.language{    z-index: 101;
    border-left: 1px solid #fff;
    /* line-height: 50px; */
    height: 30px;
    line-height: 30px;
    margin: auto;}
.language .changeBut::before{content: '';position: absolute;top:-10px;left: 50%;transform: translateX(-50%);width: 0;height: 0;border-style: solid;border-width: 0 5px 10px 5px;border-color: transparent transparent #e7b81b transparent;  }
.language .icon-Language{ font-size: 22px; color: #fff; display: block; margin-right: 10px; padding-left: 20px; }
.language .icon-Language:hover{cursor: pointer;}
.language div.changeBut{ box-sizing:border-box;padding:0; margin:0 auto; display: none; position: absolute; top: 52px; right: -40px;    border: 1px solid #e7b81b;}
.language div.changeBut a{ display:block;border-bottom: none;  white-space: nowrap; font-size:14px;color:#000;padding: 0 30px; height: 40px;line-height: 40px; text-align: center; background:#fff; border-top: 1px solid #f0f0f0;  }
.language div.changeBut a:hover{ color: #e7b81b;border-bottom: none;}
@media screen and (max-width:900px){
    .language{ width: 30%;display: none;}
    /* .nav_list{display: none}; */
    .language .icon-Language{ font-size: 32px; margin-left: 10px; line-height: 1.5;}
    .language div.changeBut{ left: 2px; top: 45px;  }
    /* .language div.changeBut a{  text-align: left; } */
    .language div.changeBut a{padding: 0 10px;}
    .language .changeBut::before{display: none}

}

@media screen and (max-width:768px){
    /* .navList{
        display: none;
    } */
    .widthmax{
        display: none;
    }
    .widthmin{
        display: block
    }
    .widthmin{
        display: contents;
    }
    .topnav{
        padding: 10px;
     }
   .moewB{display: none;}
}

@media screen and (min-width:769px){
    .navList{
        display: block;
        
    }
    .widthmax{
        display: block;
    }
    .widthmin{
        display: none
    }
   
    .widthmax{
        display: contents;
    }
}
@media screen and (min-width:992px){
   
}
@media screen and (min-width:1200px){
   
}
@media screen and (max-width: 930px){
    header nav {
        position: static!important;;
        /* top: 0; */
        /* width: 100%; */
        /* z-index: 999; */
    }
} 
</pre></body></html>